home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
(A)TA
/
(A)TAV.ADF
/
Startup13
/
StartupII
< prev
Wrap
Text File
|
1988-11-26
|
1KB
|
40 lines
Echo "Running StartupII"
resident c:Resident pure
resident c:List pure ;pre-load LIST and CD
resident c:CD pure
resident c:Mount pure ;the next 3 are loaded for speed during startup
resident c:Assign pure
resident c:Makedir pure
;make IF, ENDIF, ELSE, SKIP, ENDSKIP, and ECHO resident if
;you use scripts much, and can afford the ram.
;also make Failat, WAIT, and ENDCLI resident if you use IconX a lot
makedir ram:t
assign T: ram:t ;set up T: directory for scripts
makedir ram:env ; set up ENV: directory
assign ENV: ram:env
makedir ram:clipboards ;set up CLIPS: assign
assign CLIPS: ram:clipboards
failat 30
Assign >NIL: Rad: exists
If Not warn
If Exists Rad:Empty
Echo "Running Rescom"
Run >NIL: execute s:rescom
Else
Skip NoRescom
endif
Else
Echo "Running Rescom"
Run >NIL: execute s:rescom
endif
Lab NoRescom
failat 10
mount speak: ;just mounting doesn't take much ram at all
mount aux:
mount pipe:
resident Mount remove ;if you have enough ram, keep these resident
resident Assign remove ;by removing these lines
resident Makedir remove
;
break 1 C ;signal to other process its ok to finish